@charset "utf-8";

/*专题专栏*/

.sjzt-container {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}

.g-blk10 {
  clear: both;
  height: 10px;
  overflow: hidden;
  display: block;
}

.m-zwzt-title {
  width: 100%;
  text-align: center;
}

.m-zwzt-title img {
  margin: 0 auto;
  background: #fff;
  padding: 0 10px;
}

.m-zwzt-title-mobile p {
  display: inline-block;
  font-size: 22px !important;
  color: #3573b5;
  font-weight: bold;
  padding-bottom: 3px;
}

#swiper_5 {
  width: 100%;
  height: 72px;
  overflow: hidden;
}

#swiper_5 .swiper-container {
  width: 100%;
  height: 72px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#swiper_5 .swiper-wrapper img {
  width: 100%;
  height: 72px;
}

#swiper_5 .swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  background: url(../images/index-zt-right-cur.png) no-repeat left center;
  right: 2px;
  width: 25px;
  height: 54px;
  margin-top: -27px;
  background-size: 20px 42px;
}

#swiper_5 .swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  background: url(../images/index-zt-left-cur.png) no-repeat left center;
  left: 5px;
  width: 25px;
  height: 54px;
  margin-top: -27px;
  background-size: 20px 42px;
}

@media screen and (max-width: 768px) {
  .sjzt-container {
    display: block !important;
  }
}
